home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / OptionTab5.h < prev    next >
C/C++ Source or Header  |  2001-10-19  |  2KB  |  66 lines

  1. #if !defined(AFX_OPTIONTAB5_H__E6FA3FE6_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_OPTIONTAB5_H__E6FA3FE6_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // OptionTab5.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // COptionTab5 dialog
  12.  
  13. class COptionTab5 : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(COptionTab5)
  16.  
  17. // Construction
  18. public:
  19.     COptionTab5();
  20.     ~COptionTab5();
  21.   char* GetTip(int id);
  22.   int depth_status;
  23.  
  24.  
  25. // Dialog Data
  26.     //{{AFX_DATA(COptionTab5)
  27.     enum { IDD = IDD_OPTION5 };
  28.     CEdit    m_ctl_pausebytes;
  29.     CComboBox    m_ctl_depth2;
  30.     CComboBox    m_ctl_depth;
  31.     CString    m_maxhtml;
  32.     CString    m_maxrate;
  33.     CString    m_maxtime;
  34.     CString    m_othermax;
  35.     CString    m_sizemax;
  36.     CString    m_depth;
  37.     CString    m_maxconn;
  38.     CString    m_depth2;
  39.     CString    m_pausebytes;
  40.     CString    m_maxlinks;
  41.     //}}AFX_DATA
  42.  
  43.  
  44. // Overrides
  45.     // ClassWizard generate virtual function overrides
  46.     //{{AFX_VIRTUAL(COptionTab5)
  47.     protected:
  48.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  49.     //}}AFX_VIRTUAL
  50.  
  51. // Implementation
  52. protected:
  53.     // Generated message map functions
  54.     //{{AFX_MSG(COptionTab5)
  55.     virtual BOOL OnInitDialog();
  56.     //}}AFX_MSG
  57.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  58.     DECLARE_MESSAGE_MAP()
  59.  
  60. };
  61.  
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  64.  
  65. #endif // !defined(AFX_OPTIONTAB5_H__E6FA3FE6_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  66.